home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / Welcome$7.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  830 b   |  23 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.app.BaseApplication;
  4. import com.extensibility.app.Desktop;
  5. import java.awt.event.WindowAdapter;
  6. import java.awt.event.WindowEvent;
  7.  
  8. class Welcome$7 extends WindowAdapter {
  9.    // $FF: synthetic field
  10.    final Welcome this$0;
  11.  
  12.    public void windowClosing(WindowEvent var1) {
  13.       if (Desktop.getWindows().size() == 0) {
  14.          BaseApplication.getApplication().exitApplication(var1);
  15.       }
  16.  
  17.    }
  18.  
  19.    Welcome$7(Welcome var1) {
  20.       this.this$0 = var1;
  21.    }
  22. }
  23.